SetSystemTime
|
Description: |
baSetSystemTime sets the current time/date. |
|
Platforms: |
Windows |
|
Usage: |
Result = baSetSystemTime( Format, NewTime ) |
|
Arguments: |
String, string. |
|
Returns: |
Integer. Returns 1 if successful, otherwise 0. |
|
Examples: |
Director: Authorware: |
|
Notes: |
The format for the time or date must be as follows: "time" is in 24 hour format with leading zeros - hours, minutes and seconds and must be 6 characters "date" is in year, month, day with leading zeros and must be 8 characters long, The "date" and "time" formats are the same as those returned by baSystemTime |
|
See also: |
baSystemTime |